var data = [{
        "text": "Product description",
        "id": "1",
        "parentid": "-1",
        "href": "#"
    }, {
        "id": "2",
        "text": "Almond Powder",
        "parentid": "1",
        "href": "product01.html",
    }, {
        "id": "3",
        "parentid": "1",
        "text": "Grain Powder-Sweet",
        "href": "product02.html"
    }, {
        "id": "4",
        "parentid": "1",
        "text": "Fiber in Whole Grains Powder",
        "href": "product03.html"
    }, {
        "id": "5",
        "parentid": "1",
        "text": "High-Fiber Vegetable and Grains Powder",
        "href": "product04.html"
    }, {
        "id": "6",
        "parentid": "1",
        "text": "Uji Matcha Latte",
        "href": "product05.html"
    }, {
        "id": "7",
        "parentid": "-1",
        "text": "Source of raw materials",
        "href": "material.html",
    }, {
        "id": "8",
        "parentid": "-1",
        "text": "Contact us",
        "href": "contact.html"
    }

]